Skip to content

Conversation

@Aman-crypto-dev
Copy link

No description provided.

Sakapoi and others added 30 commits August 29, 2024 13:27
READY(reflect_tools_meta): fixed tests
* feat: add fail fast to `checkmate` stage of CI/CD
* fixed tests

* fixed global import
READY: Change hetzner server type to a supported one
READY : Fix deploy logic & template files
READY : Replace spaces in makefile with tabs
mod_interface : fix it and implement reuse
Logic is unchanged. Compiles to the same code. Looks prettier.
* feat: make more informative description

* rewrite
sevabakutov and others added 27 commits December 4, 2024 19:15
* fix file

* fix process file

---------

Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: Vsevolod <[email protected]>
* wip

* wip

* wip

* done
* secret description fixed

* readme file fixed

* secrets description changed

* removed unused imports

* fixed: wrong url error handling

---------

Co-authored-by: Vsevolod <[email protected]>
* secret description fixed

* readme file fixed

* secrets description changed

---------

Co-authored-by: Vsevolod <[email protected]>
* fix(willbe): imports related to `wca` changes

* fix(willbe): long lines
* fix: tests for readme_modules_headers_renew.rs

* fix: lints & compile errors

* feat: finish with clippy

* fix: udeps

---------

Co-authored-by: Barsik <[email protected]>
* added: error handling and nice output for cell set

* fixed: cell get

* fixed: error handling for all actions

* added: help description

* fixed gspread_cell_set action returning value

* fixed: sheet name in description

* fixed: commands examples

* added mock for oauth2

* with_online added to tests

* added third oauth2 endpoint

* feature with_online

* added mock tests

* with_online fixed

* fixed gspread_cells_set return type

* fixed display

* draft wrap_function

* something bad

* update_row function and documentation for some functions and structures were added

---------

Co-authored-by: Vsevolod <[email protected]>
* CHANGED: README.md

* changed readme.md

* fixed: .secret/readme.md

* changed .secret/readme.md

---------

Co-authored-by: Vsevolod <[email protected]>
* added: error handling and nice output for cell set

* fixed: cell get

* fixed: error handling for all actions

* added: help description

* fixed gspread_cell_set action returning value

* fixed: sheet name in description

* fixed: commands examples

* added mock for oauth2

* with_online added to tests

* added third oauth2 endpoint

* feature with_online

* added mock tests

* with_online fixed

* fixed gspread_cells_set return type

* fixed display

* draft wrap_function

* something bad

* update_row function and documentation for some functions and structures were added

* added hub to update_row

* update_row: fixed documentation; added get_geader function

* added get_cell

* added set_cell

* added documentation to code

* removed duplicated code

* added documentation to code; changed report structure for header; changed file structure

* added documentation for secret.rs

* modified secret.rs

* added documentation to commands.rs

* modified client.rs

* fixed display_table.rs

* modified row_wrapper.rs

* updated documentation for commands::gspread.rs

* updated documentation for commands::gspread_header.rs

* updated documentation for commands::gspread_rows.rs

* updated documentation for commands::gspread_cells.rs

* updated documentation for commands::gspread_cell.rs

* added documentation for actions

* modifed with json!

* removed some code

* removed some code

* fixed Result<T>

* added GspreadHub structure

* remove core module

* created GspredClientBuilder; created GspreadClient in init state

* fixed client builder

* added mockclient; change project structures; added 3 working and 2 not working mock tests; fixed tests compilation

* added client; not fully working

* removed old client

* working client

* added documentation to tests; changed project structure

* added documentation; changed imports

* working with_online; added tests

* fixed header range

* working new function

* working tests

* working append_row

* fixed update_row_by_custom_key

* added GOOGLE_API_URL constant

* removed hardcode constants to constantc.rx file

* added common tests

* added header_tests

* added rows_tests

* feat: variation in configuration

* fixed append row; added append_row tests; fixed rows_tests

* added tests for append row

* fixed append_row description

* changed files name

* added updating tests

* added all mock tests

* added row append command

* cli working

* added documentation

* added documentation

* fixed get_header return value

* added all tests

* added tests

* fixed documentation

* fixed build

* fixed docs

* fixed display

* fixed display

* fixed readme file

* fixed merge; removed unused dependencies

* comment wirh online tests

* uncomment with_online

* removed inc tests

* removed tests; added value_get_batch method

* added new command; writed test for the command; added documentation;

* added row get command

* added tests for get_row

* added ValuesClearMethod and ValuesClearResponse

* added clear(); action for clear command

* workin clear; added tests for clear

* added clear_by_custom_row_key command; added tests for the command

* added copy_to function

* fixed description; fixed client;

* fixe append_row

* command description added

* fixed imports

* token save working

* fixed imports; added documentatiom for Auth structure

* fixed append_row

* changed append row function

* fixed running

* fixed append_row function

---------

Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: Petro Shvayko <[email protected]>
* graph_tools wip

* graphs_tools : reimplementing

* graphs_tools: search methods working

* graphs_tools : better options for searching

* graphs_tools: better options

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactoring

* graphs tools : refactoring

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : bfs tree

---------

Co-authored-by: wandalen <[email protected]>
* added: error handling and nice output for cell set

* fixed: cell get

* fixed: error handling for all actions

* added: help description

* fixed gspread_cell_set action returning value

* fixed: sheet name in description

* draft commit

* working with utf-8

* fixed file ending

* removed git logs

* removed empty test file

---------

Co-authored-by: Vsevolod <[email protected]>
* graph_tools wip

* graphs_tools : reimplementing

* graphs_tools: search methods working

* graphs_tools : better options for searching

* graphs_tools: better options

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactor

* graphs tools : refactoring

* graphs tools : refactoring

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : printing tree

* graph_tools : bfs tree

* graps_tools : evolve

* graps_tools : evolve

* graps_tools : evolve

* graps_tools : evolve

* graps_tools : evolve

---------

Co-authored-by: wandalen <[email protected]>
* first fix

* fix clippy

* fix clippy

* upd

* final fix

* add coments

* fix style

* add coment
* added feature to select range to function get_rows; added function get_all_rows; added test for new feature

* remove commented code

* removed unused imports

* change file structure

* added core types; not yet all

* added all types

* working delete_rows

* fixed tests

* Revert "working delete_rows"

This reverts commit 288bbee.

* Revert "added all types"

This reverts commit 370421c.

* Revert "added core types; not yet all"

This reverts commit 1c37194.

* Revert "change file structure"

This reverts commit a9dc7b3.

* Revert "removed unused imports"

This reverts commit 631cbe3.

* Revert "remove commented code"

This reverts commit e9e956d.

* Revert "added feature to select range to function get_rows; added function get_all_rows; added test for new feature"

This reverts commit b402b67.

* removed new line

---------

Co-authored-by: Vsevolod <[email protected]>
* fix new clippy

* fix new clippy

* fix doc

* fix all issues
* initial crates

* assistant: initial setup

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* experimenting

* reflect: experimenting

* reflect: experimenting

* reflect: experimenting

* experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: MaybeAs experimenting

* reflect: ToStringWithFallback

* reflect: ToStringWithFallback

* reflect: ToStringWithFallback

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: ToString

* reflect: move out reflect-related entities from assistant

* assistant: use reflect_tools

* reflect_tools: refactor to_string code

* format_tools

* assitant : fix it

* assistant wip

* merge issue

* assistant: formatting

* assistant : renames

* fix regression

---------

Co-authored-by: wandalen <[email protected]>
* llm_tools : evolve messaging

* llm_tools : evolve

* llm_tools : evolve

* llm_tools : evolve

* crate asbytes

* publish

* add asbytes to cargo file of workspace

---------

Co-authored-by: wandalen <[email protected]>
* asbytes : add trait IntoBytes

* asbytes-v0.2.0

* llm_tools : content

* llm_tools : content wip

* llm_tools : content covered by tests

* llm_tools : messeging

* licenses

* cleaning async_tools

* mod_interface: better naming

* collection_tools-v0.18.0

* former_types-v2.15.0

* clone_dyn_types-v0.29.0

* interval_adapter-v0.29.0

* iter_tools-v0.27.0

* macro_tools-v0.47.0

* macro_tools : publish

* macro_tools : publish

* macro_tools-v0.48.0

* former : component derives for tuple like structs

* macro_tools-v0.49.0

* impls_index_meta-v0.11.0

* inspect_type-v0.14.0

* implements-v0.12.0

* is_slice-v0.13.0

* test_tools : publish

* former_meta-v2.13.0

* former-v2.13.0

* derive_tools_meta-v0.33.0

* variadic_from-v0.29.0

* clone_dyn_meta-v0.29.0

* clone_dyn-v0.31.0

* reflect_tools_meta-v0.5.0

* derive_tools-v0.34.0

* reflect_tools-v0.5.0

* format_tools-v0.4.0

* mod_interface_meta-v0.31.0

* mod_interface-v0.32.0

* pth : publish

* mod_interface-v0.33.0

* pth-v0.23.0

* impls_index_meta dont dependant on macro_tools

* impls_index_meta-v0.12.0

* impls_index-v0.10.0

* macro_tools : publish

* macro_tools-v0.50.0

* publishing

* willbe problem

* publishing

* macro_tools-v0.51.0

* macro_tools : ident

* former : for enum

* former : for enum

* former : fix warning

* former : formatting

* former : few explainers

* former : attributes cheatsheet, enum tests

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former

* former : enum named fields

* outlines for tests

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : ready for being published

* nicer readme

* clone_dyn_types-v0.30.0

* iter_tools-v0.28.0

* macro_tools-v0.52.0

* former_meta-v2.14.0

* former-v2.14.0

* publishing

* former-v2.15.0

* tasks

* tasks and move out llm tools

---------

Co-authored-by: wandalen <[email protected]>
* fix willbe .publish

* fix clippy

* full re-write exclude_dev_dependencies logic
* asbytes : add trait IntoBytes

* asbytes-v0.2.0

* llm_tools : content

* llm_tools : content wip

* llm_tools : content covered by tests

* llm_tools : messeging

* licenses

* cleaning async_tools

* mod_interface: better naming

* collection_tools-v0.18.0

* former_types-v2.15.0

* clone_dyn_types-v0.29.0

* interval_adapter-v0.29.0

* iter_tools-v0.27.0

* macro_tools-v0.47.0

* macro_tools : publish

* macro_tools : publish

* macro_tools-v0.48.0

* former : component derives for tuple like structs

* macro_tools-v0.49.0

* impls_index_meta-v0.11.0

* inspect_type-v0.14.0

* implements-v0.12.0

* is_slice-v0.13.0

* test_tools : publish

* former_meta-v2.13.0

* former-v2.13.0

* derive_tools_meta-v0.33.0

* variadic_from-v0.29.0

* clone_dyn_meta-v0.29.0

* clone_dyn-v0.31.0

* reflect_tools_meta-v0.5.0

* derive_tools-v0.34.0

* reflect_tools-v0.5.0

* format_tools-v0.4.0

* mod_interface_meta-v0.31.0

* mod_interface-v0.32.0

* pth : publish

* mod_interface-v0.33.0

* pth-v0.23.0

* impls_index_meta dont dependant on macro_tools

* impls_index_meta-v0.12.0

* impls_index-v0.10.0

* macro_tools : publish

* macro_tools-v0.50.0

* publishing

* willbe problem

* publishing

* macro_tools-v0.51.0

* macro_tools : ident

* former : for enum

* former : for enum

* former : fix warning

* former : formatting

* former : few explainers

* former : attributes cheatsheet, enum tests

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former for enum

* former : evolve former

* former : enum named fields

* outlines for tests

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : evolve it for enums

* former : ready for being published

* nicer readme

* clone_dyn_types-v0.30.0

* iter_tools-v0.28.0

* macro_tools-v0.52.0

* former_meta-v2.14.0

* former-v2.14.0

* publishing

* former-v2.15.0

* tasks

* tasks and move out llm tools

* former : fix examples

* component_model

* component_model

* component_model

* component_model

* former : standalone constructor wip

* former : standalone constructor wip

* former : standalone constructor wip

* former : standalone constructor wip

* willbe : command crate.doc

* willbe : command crate.doc

* willbe : command .crate.doc

* former : standalone constructor wip

* former : standalone constructor wip

* .

* former : for enum wip

* former_meta-v2.15.0

* former-v2.16.0

* former : for enum wip

---------

Co-authored-by: wandalen <[email protected]>
* former : for enum, wip

* clone_dyn_types-v0.31.0

* iter_tools-v0.29.0

* macro_tools-v0.53.0

* derive_tools_meta-v0.34.0

* variadic_from-v0.30.0

* clone_dyn_meta-v0.30.0

* clone_dyn-v0.32.0

* derive_tools-v0.35.0

* reflect_tools_meta-v0.6.0

* reflect_tools-v0.6.0

* former_meta-v2.16.0

* former-v2.17.0

* format_tools-v0.5.0

* former : for enum

* former : wip

* plan

---------

Co-authored-by: wandalen <[email protected]>
* fix clippy

* fix clippy
@wtools-bot
Copy link
Collaborator

To maintain stability of the module the repository uses 3-stages system to forward changes from an unstable branch to a stable.
The unstable branch is alpha. All user pull requests should be opened to this branch.
The staging branch is beta. Changes to this branch are forwarded by a pull request from branch alpha automatically.
The stable branch is master. Changes to this branch are forwarded by a pull request from branch beta automatically.

The pull request was automatically converted to draft.
Please, change base branch taking into account the described system alpha -> beta -> master.

@wtools-bot wtools-bot marked this pull request as draft May 9, 2025 08:51
@Wandalen Wandalen closed this May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants